home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #3 / Amiga Plus CD - 1996 - No. 3.iso / demo-versionen / databaseprofessional_v3.0 / dtview / dtview.doc < prev    next >
Text File  |  1995-12-24  |  4KB  |  102 lines

  1. DTVIEW                                                23.12.95             1.3
  2.  
  3. DTview - A simple DataType graphic viewer
  4.  
  5.  
  6. Copyright_____________________________________________________________________
  7.  
  8. Joerg Richter
  9. Beim Kloster Dohren 33
  10. 21614 Buxtehude
  11. Joerg.Richter@informatik.uni-oldenburg.de
  12.  
  13. DTview is public domain. Commercial usage only with written permission.
  14.  
  15.  
  16. About_________________________________________________________________________
  17.  
  18. Why another graphic viewer ? The programs I know (e.g. Mostra, VT, etc.) do
  19. not work with graphic cards. The special programs like VT_EGS do not work
  20. satisfactory for me. So DTview was born.
  21.  
  22.  
  23. Installation__________________________________________________________________
  24.  
  25. DTview requires OS3.0 or later. No other libraries are needed. Copy DTview
  26. whereever you like.
  27.  
  28.  
  29. Syntax________________________________________________________________________
  30.  
  31. As I am a shell user, DTview has only few ToolTypes but command options.
  32. Normally DTview trys to open a screen like the Workbench. There are _no_ error
  33. messages. So if the file or the display cannot be opened simply the nothing
  34. happens.
  35.  
  36. Usage: DTview {[<options>] <picture>}
  37.  
  38. options: "ID" uses the with the picture saved display mode
  39.          "WINDOW" displays the picture in a window on the workbench
  40.          "SCREENMODE <displayID>" forces the given display mode
  41.          "COM <command string>" executes the given command when RETURN is
  42.                                 pressed while displaying the picture. This is
  43.                                 useful e.g. for deleting ugly pictures.
  44.                                 A "%s" in the command string is replaced with
  45.                                 the path and name of the picture.
  46.          "SAVE" saves the picture in ILBM format with the extension ".iff" in
  47.                 the same directory under the same name !
  48.                 The picture is not displayed.
  49.          "SAVEAS <path and name>" saves the picture in ILBM format in the
  50.                                   given path under the given name.
  51.  
  52.  
  53.  
  54. Examples: DTview DH0:Pictures/IntelOutside.iff
  55.             ...shows the picture with the display mode of the active screen
  56.  
  57.           DTview DH0:Pictures/IntelOutside.iff DH0:Graphic/pics/test.gif
  58.             ...shows the pictures with the display mode of the active screen
  59.  
  60.           DTview ID DH0:Pictures/IntelOutside.iff
  61.             ...shows the picture with its saved display mode
  62.  
  63.           DTview DH0:Pictures/IntelOutside.iff ID DH0:Graphic/pics/test.gif
  64.             ...shows the first with the same display mode as the active screen
  65.                and the second picture with its saved display mode
  66.  
  67.           DTview SCREENMODE 67112961 DH0:Pictures/IntelOutside.iff
  68.             ...shows the picture with the given display mode
  69.  
  70.           DTview SAVE DH0:Clipart/Animal.pcx
  71.             ...only saves the picture as "DH0:Clipart/Animal.iff"
  72.  
  73.           DTview SAVEAS "DH0:Clips/new/Animal.iff" DH0:Clipart/Animal.pcx
  74.             ...only saves the picture as "DH0:Clips/new/Animal.iff"
  75.  
  76.           DTview COM "C:Delete %s" DH0:Pictures/IntelOutside.iff
  77.             ...shows the pictures and deletes it when RETURN is pressed
  78.  
  79. If you run DTview without any parameters or simple double click on its icon,
  80. a file requester opens, where can select multiple files to view.
  81.  
  82. The following tooltypes are possible:
  83. PICTUREID       same as ID from shell
  84. SCREENTOBACK    puts the screen to back before closing
  85.  
  86.  
  87. Keys__________________________________________________________________________
  88.  
  89. While displaying a picture the following keys are available:
  90.  
  91.   ESC     terminates
  92.   RETURN  executes the command string
  93.   s       opens a requester for the file name to save the picture
  94.   w       saves the picture with the extension ".iff"
  95.  
  96.  
  97. Notes_________________________________________________________________________
  98.  
  99. The program was tested on an A3000, Piccolo graphic card and with the ILBM,
  100. GIF, JPEG, JFIF, PCX and BMP datatype.
  101.  
  102.